home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / Misc / DXErr / DXErr.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  4.1 KB  |  156 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="DXErr"
  6.     SccProjectName=""
  7.     SccLocalPath="">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory=".\Debug"
  16.             IntermediateDirectory=".\Debug"
  17.             ConfigurationType="1"
  18.             UseOfMFC="0"
  19.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20.             CharacterSet="2">
  21.             <Tool
  22.                 Name="VCCLCompilerTool"
  23.                 Optimization="0"
  24.                 AdditionalIncludeDirectories="..\..\common"
  25.                 PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS"
  26.                 RuntimeLibrary="5"
  27.                 UsePrecompiledHeader="2"
  28.                 PrecompiledHeaderFile=".\Debug/DXErr.pch"
  29.                 AssemblerListingLocation=".\Debug/"
  30.                 ObjectFile=".\Debug/"
  31.                 ProgramDataBaseFileName=".\Debug/"
  32.                 WarningLevel="3"
  33.                 SuppressStartupBanner="TRUE"
  34.                 DebugInformationFormat="3"
  35.                 CompileAs="0"/>
  36.             <Tool
  37.                 Name="VCCustomBuildTool"/>
  38.             <Tool
  39.                 Name="VCLinkerTool"
  40.                 AdditionalOptions="/MACHINE:I386"
  41.                 AdditionalDependencies="comctl32.lib dxerr9.lib winmm.lib dsound.lib dxguid.lib odbc32.lib odbccp32.lib"
  42.                 OutputFile=".\Debug/DXErr.exe"
  43.                 LinkIncremental="2"
  44.                 SuppressStartupBanner="TRUE"
  45.                 GenerateDebugInformation="TRUE"
  46.                 ProgramDatabaseFile=".\Debug/DXErr.pdb"
  47.                 SubSystem="2"/>
  48.             <Tool
  49.                 Name="VCMIDLTool"
  50.                 PreprocessorDefinitions="_DEBUG"
  51.                 MkTypLibCompatible="TRUE"
  52.                 SuppressStartupBanner="TRUE"
  53.                 TargetEnvironment="1"
  54.                 TypeLibraryName=".\Debug/DXErr.tlb"/>
  55.             <Tool
  56.                 Name="VCPostBuildEventTool"/>
  57.             <Tool
  58.                 Name="VCPreBuildEventTool"/>
  59.             <Tool
  60.                 Name="VCPreLinkEventTool"/>
  61.             <Tool
  62.                 Name="VCResourceCompilerTool"
  63.                 PreprocessorDefinitions="_DEBUG"
  64.                 Culture="1033"/>
  65.             <Tool
  66.                 Name="VCWebServiceProxyGeneratorTool"/>
  67.             <Tool
  68.                 Name="VCWebDeploymentTool"/>
  69.         </Configuration>
  70.         <Configuration
  71.             Name="Release|Win32"
  72.             OutputDirectory=".\Release"
  73.             IntermediateDirectory=".\Release"
  74.             ConfigurationType="1"
  75.             UseOfMFC="0"
  76.             ATLMinimizesCRunTimeLibraryUsage="FALSE"
  77.             CharacterSet="2">
  78.             <Tool
  79.                 Name="VCCLCompilerTool"
  80.                 InlineFunctionExpansion="1"
  81.                 AdditionalIncludeDirectories="..\..\common"
  82.                 PreprocessorDefinitions="WIN32,NDEBUG,_WINDOWS"
  83.                 StringPooling="TRUE"
  84.                 RuntimeLibrary="4"
  85.                 EnableFunctionLevelLinking="TRUE"
  86.                 UsePrecompiledHeader="2"
  87.                 PrecompiledHeaderFile=".\Release/DXErr.pch"
  88.                 AssemblerListingLocation=".\Release/"
  89.                 ObjectFile=".\Release/"
  90.                 ProgramDataBaseFileName=".\Release/"
  91.                 WarningLevel="3"
  92.                 SuppressStartupBanner="TRUE"
  93.                 CompileAs="0"/>
  94.             <Tool
  95.                 Name="VCCustomBuildTool"/>
  96.             <Tool
  97.                 Name="VCLinkerTool"
  98.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089 "
  99.                 AdditionalDependencies="dxerr9.lib winmm.lib dsound.lib dxguid.lib odbc32.lib odbccp32.lib"
  100.                 OutputFile=".\Release/DXErr.exe"
  101.                 LinkIncremental="1"
  102.                 SuppressStartupBanner="TRUE"
  103.                 ProgramDatabaseFile=".\Release/DXErr.pdb"
  104.                 SubSystem="2"/>
  105.             <Tool
  106.                 Name="VCMIDLTool"
  107.                 PreprocessorDefinitions="NDEBUG"
  108.                 MkTypLibCompatible="TRUE"
  109.                 SuppressStartupBanner="TRUE"
  110.                 TargetEnvironment="1"
  111.                 TypeLibraryName=".\Release/DXErr.tlb"/>
  112.             <Tool
  113.                 Name="VCPostBuildEventTool"/>
  114.             <Tool
  115.                 Name="VCPreBuildEventTool"/>
  116.             <Tool
  117.                 Name="VCPreLinkEventTool"/>
  118.             <Tool
  119.                 Name="VCResourceCompilerTool"
  120.                 PreprocessorDefinitions="NDEBUG"
  121.                 Culture="1033"/>
  122.             <Tool
  123.                 Name="VCWebServiceProxyGeneratorTool"/>
  124.             <Tool
  125.                 Name="VCWebDeploymentTool"/>
  126.         </Configuration>
  127.     </Configurations>
  128.     <Files>
  129.         <Filter
  130.             Name="Source Files"
  131.             Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
  132.             <File
  133.                 RelativePath=".\DXErr.cpp">
  134.             </File>
  135.         </Filter>
  136.         <Filter
  137.             Name="Resource Files"
  138.             Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  139.             <File
  140.                 RelativePath=".\DXErr.rc">
  141.             </File>
  142.             <File
  143.                 RelativePath="..\..\Common\directx.ico">
  144.             </File>
  145.             <File
  146.                 RelativePath=".\resource.h">
  147.             </File>
  148.         </Filter>
  149.         <File
  150.             RelativePath=".\readme.txt">
  151.         </File>
  152.     </Files>
  153.     <Globals>
  154.     </Globals>
  155. </VisualStudioProject>
  156.